home *** CD-ROM | disk | FTP | other *** search
/ Guardians of the Greenwood / Guardians of the Greenwood.iso / _ggwords / _run next >
Encoding:
Text File  |  1995-05-12  |  2.5 KB  |  70 lines

  1. | !GGWords
  2. | Version 1.00
  3. |
  4. Set GGWords$Dir <Obey$Dir>
  5. |
  6. Set GGWordsData$Dir <GGWords$Dir>
  7. Set GGWordsWave$Dir <GGWords$Dir>.^
  8. <GGWords$Dir>.ChooseMode
  9. |
  10. <GGWords$Dir>.Hourglass
  11. |
  12. IconSprites <Obey$Dir>.!Sprites
  13. |
  14. if "<System$Path>" = "" Then Run CDFS::Guardians.!System
  15. if "<System$Path>" = "" then Error 0 System resources cannot be found
  16. |
  17. if "<Font$Path>" = "" Then Run CDFS::Guardians.!Fonts
  18. |
  19. set ro31$flag 5
  20. RMEnsure UtilityModule 3.10 set ro31$flag 0
  21. If "<ro31$flag>"="5" Then RMEnsure UtilityModule 3.50 Set ro31$flag 1
  22. If "<ro31$flag>"="1" Then RMEnsure BorderUtils 0.02 RMLoad System:Modules.BorderUtil
  23. If "<ro31$flag>"="1" Then RMEnsure BorderUtils 0.02 Error You need to update your !System with BorderUtils 0.02 or later
  24. unset ro31$flag
  25. |
  26. RMEnsure IRQUtils 0.12 RMLoad System:Modules.IRQUtils
  27. RMEnsure IRQUtils 0.12 Error You need to update your !System with IRQUtils 0.12 or later
  28. |
  29. RMEnsure HourGlass 2.08 RMLoad System:Modules.Hourglass
  30. RMEnsure HourGlass 2.08 Error You need to update your !System with Hourglass 2.08 or later
  31. |
  32. RMEnsure SoundScheduler 1.13 RMLoad System:Modules.Sound2
  33. RMEnsure SoundScheduler Error You need to update your !System with SoundScheduler 1.13 or later
  34. |
  35. RMEnsure WindowUtils 0.04 RMLoad System:Modules.WimpUtils
  36. RMEnsure WindowUtils 0.04 Error You need to update your !System with WindowUtils 0.04 or later
  37. |
  38. RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
  39. RMEnsure ColourTrans 0.52 Error You need to update your !System with ColourTrans 0.52 or later
  40. |
  41. set clib$flag 0
  42. RMensure SharedClibrary 3.75 set clib$flag 1
  43. RMensure SharedClibrary 0 set clib$flag 0
  44. if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
  45. unset clib$flag
  46. |  
  47. | Install the shared C library (clib)
  48. | -----------------------------------
  49. |
  50. RMensure SharedClibrary 3.75 RMload System:modules.clib
  51. RMensure SharedClibrary 3.75 Error You need at least version 3.75 of the shared C library
  52. |
  53. | Install the floating point emulator
  54. | -----------------------------------
  55. |
  56. RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
  57. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  58. |
  59. | Install the Tracker player program
  60. | ----------------------------------
  61. |
  62. RMEnsure 4MationTracker 3.57 RMLoad <GGWords$Dir>.PlayerMod
  63. RMEnsure 4MationTracker 3.57 Error You need 4MationTracker 3.55 or later
  64. |
  65. | Grab extra memory for resources
  66. Wimpslot -min 500K -max 500K
  67. |
  68. Wimpslot -min 352K -max 352K
  69. Run <GGWords$Dir>.!RunImage %*0
  70.